ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / MultiSelectListBox<T> Class / IsContentHtml Property

In This Topic
    IsContentHtml Property (MultiSelectListBox<T>)
    In This Topic
    Gets or sets a value indicating whether the list displays items as plain text or as HTML.
    Syntax
    'Declaration
     
    Public Property IsContentHtml As Boolean
    public bool IsContentHtml {get; set;}
    See Also